CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - inverted index

搜索资源列表

  1. sphinx-performance

    0下载:
  2. 搜索引擎开发这使用的倒排索引开源工具sphinx-This search engine developed using open source tools sphinx inverted index
  3. 所属分类:Search Engine

    • 发布日期:2017-03-30
    • 文件大小:174259
    • 提供者:zjx
  1. Lying-data-structure9

    0下载:
  2.  《大话数据结构》主要内容包含:数据结构介绍、算法推导大O阶的方法;顺序结构与链式结构差异、栈与队列的应用;串的朴素模式匹配、KMP模式匹配算法;二叉树前中后序遍历、赫夫曼树及应用;图的深度、广度遍历;最小生成树两种算法、最短路径两种算法;拓扑排序与关键路径算法;折半查找、插值查找、斐波那契查找等静态查找;稠密索引、分块索引、倒排索引等索引技术;冒泡、选择、插入等简单排序;希尔、堆、归并、快速等改进排序-" Westward the data structure," the m
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1531772
    • 提供者:陈雨
  1. search_engine

    0下载:
  2. 搜索引擎课程的几次作业,第一次作业实现分词算法,使用正向最大匹配原则。第二次作业实现倒排索引。第三次作业实现正排索引。第四次作业实现索引功能。实现的比较简单,但均可正常运行。-Several job search engine programs, the first job segmentation algorithm, using forward maximum matching principle. The second job inverted index. The third job t
  3. 所属分类:Java Develop

    • 发布日期:2017-11-26
    • 文件大小:171672
    • 提供者:张明
  1. IR-WEB

    0下载:
  2. this code calcute inverted index table for IR
  3. 所属分类:Button control

    • 发布日期:2017-11-14
    • 文件大小:281595
    • 提供者:parivash
  1. MapTest

    0下载:
  2. 倒排索引,此程序,运用ICTClas分词工具实现的中文分词,并建立倒排索引输出到指定文件。-Inverted index, this procedure, use ICTClas segmentation tool to achieve the Chinese word segmentation and indexing inverted output to the specified file.
  3. 所属分类:Applet

    • 发布日期:2017-12-09
    • 文件大小:778
    • 提供者:龙悦
  1. Lucene2.0_Test

    0下载:
  2. Lucene 建立倒排索引的入门例子,容易理解lucene建立索引和查询的过程。-The Lucene establish introductory example inverted index, easy to understand lucene indexing and query process.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-27
    • 文件大小:7276
    • 提供者:eraser
  1. InvertedIndex

    0下载:
  2. 基于hadoop的倒排索引的编程,Linux hadoop 倒排索引-Hadoop inverted index based programming, Linux hadoop inverted index
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-14
    • 文件大小:9193
    • 提供者:光明GMG
  1. InvertedIndex

    0下载:
  2. Hadoop中实现倒排索引,实现最简单行的倒排索引,并能够显示单词出现的文档路径-Hadoop achieve inverted index, achieve the most simple lines inverted index, and be able to display the word document path appears
  3. 所属分类:MPI

    • 发布日期:2017-11-12
    • 文件大小:1116
    • 提供者:小咸鱼
  1. IR_experiment

    0下载:
  2. 信息检索的小程序,实现了倒排索引,布尔查询,排序的功能-Information Retrieval small procedures, the inverted index, Boolean queries, sorting function
  3. 所属分类:source in ebook

    • 发布日期:2017-05-02
    • 文件大小:695714
    • 提供者:xcz
  1. MapTest

    0下载:
  2. 倒排索引,此程序,运用ICTClas分词工具实现的中文分词,并建立倒排索引输出到指定文件。-Inverted index, this procedure, use ICTClas segmentation tool to achieve the Chinese word segmentation and indexing inverted output to the specified file.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-11
    • 文件大小:822
    • 提供者:forsdth
  1. bs1

    0下载:
  2. 构建倒排索引,这是北航大数据专业搜索引擎课的大作业构建索引部分-Construction of inverted index, this is the buaa big professional search engine data class assignments to build indexes section
  3. 所属分类:Communication

    • 发布日期:2017-04-04
    • 文件大小:1598
    • 提供者:Clark Cui
  1. app

    0下载:
  2. This java code is the inverted index class for a specific search task that I have created
  3. 所属分类:Communication

    • 发布日期:2017-04-14
    • 文件大小:3495
    • 提供者:david
  1. Lucene4

    0下载:
  2. Lucene4的使用方法,可以进行倒排索引,对文本检索有很大帮助-Lucene4 to use, can be inverted index for text retrieval great help
  3. 所属分类:Java Develop

    • 发布日期:2017-05-15
    • 文件大小:3790438
    • 提供者:皇甫煜
  1. CreateInvertedIndex-3

    0下载:
  2. 给出文本文件实现将此文件进行倒排索引的功能,用visual studio 2010开发。-Given text file using this file inverted index function, using visual studio 2010 development.
  3. 所属分类:Data structs

    • 发布日期:2017-05-11
    • 文件大小:2105509
    • 提供者:MS.Rong
  1. multilevelindex

    0下载:
  2. 1.建立服务倒排索引模型的基础类。 2.编写服务倒排索引模型的添加、删除、检索算法。 3.测试服务倒排索引模型的性能。以不同大小、不同概率的服务集对模型的性能进行测试。-1 to establish service inverted index model based class. 2 writing services inverted index model to add, delete, search algorithm. Performance of the 3 test
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:147645
    • 提供者:丁强
  1. dpsy

    0下载:
  2. 倒排索引实现文档集合上的查询,支持单个单词的查询和两个单词的and和or的复杂查询-Inverted index for query document collections on support queries and a single word of two words and and or complex queries
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:201023
    • 提供者:penghao
  1. simple-retrieval

    0下载:
  2. 简易的信息检索系统.读取一组英文文本文件,为该组文件创建反向索引,并借助创建好的反向索引实现对文件内容的快速查询。-Simple information retri system. Reads a set of English text files, create a reverse index file for the group, and with the creation of good inverted index file contents to achieve fast query
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3761
    • 提供者:Lars
  1. FinalVersion(fputs)

    0下载:
  2. 简单的倒排索引,运用map为主要容器,给予一定的参考价值-Simple inverted index
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-30
    • 文件大小:8139
    • 提供者:ming zhang
  1. code

    0下载:
  2. 信息检索作业-分布式构建倒排索引 Hadoop Mapreduce程序-Information retri - distributed inverted index Hadoop Mapreduce
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-04
    • 文件大小:14325
    • 提供者:Echo_12138
  1. irCode

    0下载:
  2. 倒排索引的实现 通过倒排索引的方式实现文档集合上的搜索功能(The realization of inverted index)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-01
    • 文件大小:553984
    • 提供者:newaomo
« 1 23 »
搜珍网 www.dssz.com